home *** CD-ROM | disk | FTP | other *** search
/ Champak 145 / (Vol 145) Dec 21 2011.iso / Games / kupidon-strike.swf / scripts / DefineButton2_160 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2011-12-21  |  139 b   |  5 lines

  1. on(release){
  2.    _root.MindJoltSponsoredAPI.submitScore(plName.text,_root.total_score,_root.gamemode);
  3.    _root.gotoAndStop("Final");
  4. }
  5.